Ch = owner.Character H = Ch:FindFirstChildWhichIsA("Humanoid") function Died() game:GetService("Debris"):AddItem(Ch,0.4) end H.Died:Connect(Died)